cbc8cf6abbdc6b1f414ac41d6aa041c8b9c2199b,portal-web/test/com/liferay/portalweb/portlet/documentlibrary/EditCommentsTest.java,EditCommentsTest,testEditComments,#,34
Before Change
selenium.waitForPageToLoad("30000");
selenium.clickAt("//b", RuntimeVariables.replace(""));
selenium.waitForPageToLoad("30000");
selenium.clickAt("//b", RuntimeVariables.replace(""));
selenium.waitForPageToLoad("30000");
selenium.clickAt("//strong/span", RuntimeVariables.replace(""));
After Change
selenium.type("_20_editReplyBody1",
RuntimeVariables.replace("Edited comments test!!!"));
selenium.keyPress("_20_editReplyBody1", RuntimeVariables.replace("\\48"));
selenium.keyPress("_20_editReplyBody1", RuntimeVariables.replace("\\8"));
selenium.clickAt("_20_editReplyButton1", RuntimeVariables.replace(""));
selenium.waitForPageToLoad("30000");